DataSource SFTP
The SFTP DataSource grants access to files and directories housed within an SFTP server. It proficiently handles file transfers using the Secure File Transfer Protocol (SFTP), showcasing the following key features:
-
Reading files or generating directory contents upon request.
-
Supporting common SFTP operations: directory creation, file copying, moving, renaming, and deletion.
-
Enabling file locking functionality.
-
Providing capabilities for file matching.
-
Maintaining a design that aligns with the File DataSource and FTP DataSource.
Engaging in Practical Implementation
Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working
- Click On the Connection Properties
- Select the DataSource Type from drop down
- Provide the Credentials
- Click on Submit to save the Credentials
- On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.
;
Fields | Description | Example |
---|---|---|
DataSource Name | Datasource Name which is configured in connections properties | sftpcall |
DataSource Type | SFTP | SFTP |
Environment | Provides a production environment where you can deploy applications and APIs publicly | dev |
Host | A hostname is a domain name assigned to a host computer | localhost |
Port | A port is a virtual point where network connections start and end. | 21*** |
User Name | A name that uses for identification purposes when logging | Atdev Services |
Password | A password is a string of characters used to verify the identity of a user during the authentication process | 12*** |